{if count($allDataArr) > 0}
{if $userGroup->sellreportpricetype == "0"}
اجمالى المبيعات {$totalOfTotals} {$currency}
{/if}
| # |
اسم المنتج |
العدد |
sellreportpricetype == "1"}class="solidgrayleft"{/if}>الوحدة |
{if $userGroup->sellreportpricetype == "0"}السعر من الفاتورة | {/if}
{if $userGroup->sellreportpricetype == "0"}الاجمالى | {/if}
{assign var=i value=1}
{foreach $allDataArr as $dataArr}
{foreach $dataArr as $data}
productName != ""} class="productborder" {/if}>
|
{if $data->productName != ""}{$i} {assign var=i value=$i+1} {/if}
|
{$data->productName} |
{$data->amount} |
sellreportpricetype == "1"}class="solidgrayleft"{/if}>{$data->unitName} |
{if $userGroup->sellreportpricetype == "0"}{$data->price} | {/if}
{if $userGroup->sellreportpricetype == "0"}
{if $data->productId != ""}
{$productTotalArr[$data->productId]}
{/if}
| {/if}
{/foreach}
{/foreach}
|
|
|
{if $userGroup->sellreportpricetype == "0"}
|
|
{/if}
|
{if $userGroup->sellreportpricetype == "0"}
اجمالى المبيعات {$totalOfTotals} {$currency}
{/if}
| اجمالى الوحدات |
| الوحدة |
العدد |
{foreach from=$unitTotal item=value key=key }
| {$key} |
{$value} |
{/foreach}
{else}
عفوا لا توجد نتائج
{/if}